home *** CD-ROM | disk | FTP | other *** search
/ Swimwear & More! (or Less...) / Swimwear and More! (or less...).iso / install.bat next >
DOS Batch File  |  1993-02-28  |  1KB  |  45 lines

  1. Echo Off
  2. CLS
  3. echo This Batch file will install all of the shareware into the Alchemy
  4. echo directory in the root of whatever drive you specify.  For example,
  5. echo if you wanted the shareware on drive C: and your CD-ROM was drive E: 
  6. echo then you would enter install e c and then press the ENTER key.
  7. %2:
  8. cd\
  9. echo Creating Directories
  10. md %2:\alchemy
  11. cd \alchemy
  12. md gwswin11
  13. md grafct31
  14. md dtpv20
  15. md gallry11
  16. md grafwk61
  17. echo Copying Files from CD-ROM to your hard drive
  18. Echo Copying Graphics Workshop for Windows Files
  19. cd gwswin11
  20. copy %1:\alchemy\gwswin11\*.*
  21. cd ..
  22. echo Copying Graphics Workshop for DOS files
  23. cd grafwk61
  24. copy %1:\alchemy\grafwk61\*.*
  25. cd ..
  26. echo Copying Desktop Paint files
  27. cd dtpv20
  28. copy %1:\alchemy\dtpv20\*.*
  29. cd ..
  30. echo Copying Image Gallery files
  31. cd gallry11
  32. copy %1:\alchemy\gallry11\*.*
  33. cd ..
  34. echo Copying Graphics Catalog files
  35. cd grafct31
  36. copy %1:\alchemy\grafct31\*.*
  37. cd ..
  38. cd\
  39. Echo All files should now be on your hard drive, %2:
  40. Echo Thank you for using our product!
  41. Echo ProFoto CD-ROM Productions 1-800-PIKTURE
  42.  
  43.  
  44.  
  45.